home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / Pastry / DeveloperNotes / InspectorPane.h next >
Encoding:
Text File  |  1994-02-28  |  286 b   |  19 lines

  1.  
  2. // $Id: InspectorPane.h,v 1.2 1994/02/22 10:14:06 davis Exp $
  3.  
  4. @protocol InspectorPane
  5.  
  6. + (const NXAtom *)types;
  7. - updateFromStream:(NXStream *)stream withType:(NXAtom)type;
  8. - (View *)view;
  9.  
  10. @end
  11.  
  12.  
  13. @interface Object(InspectorPaneNotify)
  14.  
  15. - didSwapIn:sender;
  16. - didSwapOut:sender;
  17.  
  18. @end
  19.